#lang-change{
    background: none;
    border: 0;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1e1e1e;
    transition: all 0.3s;
}

.mr-auto{
    margin: auto;
}
/* 分页 */
#paginationCont{
    text-align: center;
}
.pagination-nav{
	display:inline-block;
    margin: 0 auto;
    font-size:13px;
    line-height:32px;
}
.pagination-nav .pagination-item{
    width: 32px;
    height: 32px;
    color: #000
}
.pagination-nav .pagination-item a{
    color: #000
}
.pagination-nav .pagination-item.active{
    background: #EE3888;
}
.pagination-nav .pagination-item.active a{
    color: #fff;
}
.last-page{
    margin-left: 10px;
    position: relative;
}
.last-page-to{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* mm */
.mm-banner{
    width: 100%;
}
.mm-banner img{
    width: 100%;
}

/* 文章详情 */
.details-cont{
    max-width: 828px;
    margin: 20px;
    padding: 0;
}
.details-cont img{
    width: 100%;
    height: auto;
}
.details-title{
    font-weight: 400;
    font-size: 44px;
    line-height: 53px;
    color: #000000;
    padding: 20px 0;
}
.details-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #000000;
}
.details-text > img{
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}
/* .details-text > p:nth-child(1) > a{
    display: none;
} */

.details-text p{
    margin: 0 0 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 18px;
}

.details-text ul{
    color: #7a7a7a;
    font-size: 14px;
}

.blog-banner{
    width: 100%;
    padding-top: 50%;
    background-position: center center;
    background-size: 100% auto;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
.post-meta-footer{
    display: none;
}
.header{
    background-color: #fff;
}
.navbar .navbar-nav .nav-item {
    margin: 0px 10px;
}
.navbar-nav{
    margin-left: auto !important;
}
.navbar-logo{
    width: 200px;
}

.page-heading{
    position: relative;
    padding: 200px 0px;
}
.page-popup{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
}
.main-button a:hover{
    background-color: #E0136D;
}

.splash__footerSection{
    display: none;
}

.splash__smfooterWrapper {
    height: 55px;
}

.splash__beiAn {
    margin-top: 32px;
}


.splash__linksColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px auto;
}

.splash__linksTitle {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

.splash__link {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
    display: inline-block;
}

.splash__link:hover {
    color: #e6e6e6;
}


.splash__smfooterSection {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #252525;
    z-index: 100;
}

@media (min-width: 960px) {
    .splash__footerSection {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        background-color: #000000;
        padding: 64px 10%;
    }
    .splash__footerColumnContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        max-width: 960px;
    }
    .splash__smfooterWrapper {
        display: none;
    }
    .details-cont {
        margin: 20px auto; /* Adjust the value as needed */
    }
    
}
